Release CodeTruss CLI v0.2.43 - #34
Merged
Merged
Conversation
Syncs the 0.2.43 source from the private monorepo. codetruss-cli-0.2.43.tgz sha256 e759a7ffce29ae0a0ba61aeb9bd8819cd75adb114abd1410a7e309d6f8a923c3 That is the digest the website serves and the digest in release-reference.json, rebuilt from this tree and compared rather than copied across. 0.2.42 is skipped. It was cut, but the three type errors it shipped stopped its release at this repository's build step, so it never became a GitHub release and never will be. 0.2.43 fixes those errors and adds the `typecheck` gate the monorepo lacked — the same command this repository already ran, promoted upstream so the defect surfaces at the edit rather than at the release it blocks. Its changelog entry is retained: it describes work that shipped inside 0.2.43, and the release-note extractor reads the heading chain. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the 0.2.43 source from the private monorepo, byte for byte against the monorepo git objects (164 files compared by blob hash, 0 mismatches).
That is the digest the website serves today and the digest now in
release-reference.json.Why this goes 0.2.41 → 0.2.43
0.2.42 was cut but never released. It shipped three type errors, and this repository’s
pnpm typecheckcorrectly rejected them at the release build — which is where the 0.2.42 train stopped. 0.2.43 fixes those errors and promotes the sametypecheckcommand upstream into the monorepo, which had no typecheck script at all, sopackages/cli/testwas compiled by no gate before the release job.0.2.42’s changelog entry is retained deliberately. The work it describes shipped inside 0.2.43, and the release-note extractor walks the
## <version>heading chain.Not touched
package.json,pnpm-lock.yaml,pnpm-workspace.yamland.npmrcare unchanged — 0.2.43 alters no dependency, and theweb-tree-sitter@0.22.6/tree-sitter-wasms@0.1.11pins are still in the lockfile.public/downloads/grammars/is carried verbatim.🤖 Generated with Claude Code